func go/build.hasSubdir

5 uses

	go/build (current package)
		build.go#L156: 	if rel, ok = hasSubdir(root, dir); ok {
		build.go#L166: 	if rel, ok = hasSubdir(rootSym, dir); ok {
		build.go#L169: 	if rel, ok = hasSubdir(root, dirSym); ok {
		build.go#L172: 	return hasSubdir(rootSym, dirSym)
		build.go#L176: func hasSubdir(root, dir string) (rel string, ok bool) {